home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / database / postgres / postgre1.z / postgre1 / video / makefile.sourc < prev    next >
Encoding:
Makefile  |  1992-08-27  |  362 b   |  18 lines

  1. #
  2. # Makefile for making the object files to be loaded
  3. # into the video.  
  4. # $Header: /private/postgres/video/RCS/makefile.source,v 1.1 1991/11/19 22:53:17 mer Exp $
  5. #
  6. .SUFFIXES: .temp .pq
  7.  
  8. all: set-up-1.pq
  9.  
  10. clean: 
  11.     rm -f *.pq
  12.  
  13. set-up-1.pq: set-up-1.temp
  14.  
  15. .temp.pq:
  16.     -@ echo "producing the setup script $(@F)" ; \
  17.     C=`pwd`; sed -e "s:_CWD_:$$C:" < $(<F) > $(@F)
  18.